.navbar{
    flex-direction: column;
}
ul li{
    font-size: .9rem;
    font-weight: 300;
}
.home{
    padding: 5px 55px;
    height: 356px;
}
.home h1{
    font-size: 1.8rem;
}
.home::before{
    top: -100px;
    height: 60%;
}
.services-container{
    transform: translate(0px,-28px);
}
.services-container h1{
    margin-top: 57px;

}
.services{
    flex-wrap: wrap;

}
.services .box{
    margin: 6px 0;
}
.logoes .logo{
    padding: 5px;
    width: 68px;
}
.logoes .logo img{
    height: 34px;
    padding-top: 12px;
    font-size: 1.5rem;
}